const os.statusDone
9 uses
os (current package)
exec.go#L35: statusDone
exec.go#L155: p.state.Store(uint32(statusDone)) // No persistent reference, as there is no handle.
exec_posix.go#L86: case statusDone:
exec_unix.go#L52: p.doRelease(statusDone)
exec_unix.go#L69: p.doRelease(statusDone)
exec_unix.go#L105: case statusDone:
pidfd_linux.go#L93: case statusDone:
pidfd_linux.go#L116: p.doRelease(statusDone)
pidfd_linux.go#L129: case statusDone:
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |